 |
 |
 |
 |
#153693 - 06/10/02 05:58 AM
[6.3.x] [beta] Authority List 3.0.3
|
Member
Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
|
Description: Adds a bar on your main page which lists all the mods and Admins on your forum. It also adds a new page that lists them too as well as where the Mods Moderate. Authors: Lord Dexter & LK Previous Authors: LK, Axeone, Tech-Ni-Kal Requirements: UBB 6.3 and Mod Wordlets installed. Features:List of admins/mods List of where admins/mods moderate PNTF tracking Team Image New Features/Changes: Automatic Activation of MegaMod when it's installed. Team Image New way of opening file arrays and updating list. (More server friendly thanks to LK) Demo: Click Here Download: Click Here Update!12th June 2002 1:20AM Board Time - If you have installed this hack before this date re-upload ubb_auth_list.cgi, public_auth_list.pl and re-hack public_forum_summary.pl. Fixes are the MegaMod activation and copyrights in public_auth_list.pl 13th June 2002 - If you have installed this hack before this date re-hack ubb_forum_summary.cgi and vars_wordlet_mods.cgi. MegaMod activation I hope is now fixed and : has been added to the MegaMod variable. (Thanks to Oblivion for that fix) 5th July 2002 - Fix in public_auth_list.pl. Pleae re-upload this to upgrade. 6th July 2002 - Fixed a bug in PNTF tracking. Now uses new PNTF code number. Re-hack ubb_lib_pntf.cgi, public_display_profile.pl and new step in public_pntf_admin.pl. Please report ant bugs in code. Thank you. 
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153705 - 06/12/02 10:07 AM
Re: [6.3.x] [beta] Authority List 3.0.3
|
Spotlight Runner-Up
Registered: 03/27/02
Posts: 422
Loc: England, UK
|
A couple of other things.. The code needs changing a little if using the MegaMods part of the hack.. I understand that if you used this hack and not the MegaMods hack, that the 'Mega Moderators:' part of the hack at the bottom of the forum summary would still show, so I don't know how you'd want to go about this.. In public_forum_summary.pl: In ubb_forum_summary.cgi: In vars_wordlets_mods.cgi: Also, how would I go about adding the team icon next to a MegaMods name in a topic? 
_________________________
- OBK  - Gaming Update - <img src="http://www.ubbdev.com/ud/?s=2&u=Oblivion Knight" alt=" - " /> Results Returned, <img src="http://www.ubbdev.com/ud/?u=Oblivion Knight&s=1" alt=" - " /> Points Collected & Counting!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153713 - 06/14/02 07:04 PM
Re: [6.3.x] [beta] Authority List 3.0.3
|
Member
Registered: 06/13/02
Posts: 114
|
i went ahead and changed it. (Backed up though) Well it worked in the control panel I could rebuild staff index but when I went o look at my boards it says: </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> An error has occured: ubb_lib_pntf.cgi: syntax error at D:GearHostHostingAccountsdigitalfaultwwwforumscgi-bin/ubb_lib_pntf.cgi line 108, near "if" Please inform the board administration of this error so that they may fix the problem. Thank you! </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">This also happens when I click on the Authority list at the top of the page.
_________________________
I Cannot Support Ubb Via ICQ or MSN. Not because I dont want to its just I cant.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153742 - 10/23/02 03:40 PM
Re: [6.3.x] [beta] Authority List 3.0.3
|
Member
Registered: 06/06/01
Posts: 33
|
We're running 6.3.1, and I'm having one problem. This does not appear anywhere in public_topic_page.pl: code:</font><hr /> <hr /></blockquote>(which you're then supposed to replace with $show_public_name $team_tag) This comes right after: <blockquote><font class="small">code: [qb] ===========================================
Open public_topic_page.pl and Find:
===========================================
sub topic_row {
==================
ADD BELOW: (Megamod code for this block thanks to Oblivion Knight)
==================
if (($user_profile[8] eq "Moderator") || ($user_profile[8] eq "Administrator") || ($user_profile[8] eq 'MegaModerator')){
$team_tag ="<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=authority"><img src="$vars_config{NonCGIURL}/team.gif" alt="$user_profile[8]" border="0"></a>";
} else {
$team_tag ="";
}[/qb] Since I don't have MegaModerator installed, should I assume that $show_public_name is also only if you have it installed, and thus I can ignore it....?
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|